-
I wrote a c# function that returns an access token through Microsoft.Identity: authResult = await app.AcquireTokenInteractive(newScopes) .WithAccount(accounts.FirstOrDefault()) .WithPrompt(Microsoft.Identity.Client.Prompt.SelectAccount) .ExecuteAsync(new System.Threading.CancellationToken()); …
- 407 views
- 0 answers
- 0 votes
-
I am trying to sync my whole OneDrive to AWS S3. For this purpose, I want to read all the …
- 420 views
- 1 answers
- 0 votes